home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFUPDATE / TFUPDATE.txt
Encoding:
Text File  |  2004-12-18  |  2.3 KB  |  86 lines

  1. object fUpdate: TfUpdate
  2.   Left = 239
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Matrix Y2K - Update Console'
  7.   ClientHeight = 375
  8.   ClientWidth = 522
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object StatusBar1: TStatusBar
  17.     Left = 0
  18.     Top = 356
  19.     Width = 522
  20.     Height = 19
  21.     Panels = <>
  22.     SimplePanel = False
  23.   end
  24.   object EmbeddedWB1: TEmbeddedWB
  25.     Left = 0
  26.     Top = 0
  27.     Width = 522
  28.     Height = 323
  29.     Align = alClient
  30.     TabOrder = 1
  31.     OnDownloadBegin = EmbeddedWB1DownloadBegin
  32.     OnDownloadComplete = EmbeddedWB1DownloadComplete
  33.     OnNavigateError = EmbeddedWB1NavigateError
  34.     DownloadOptions = [DLCTL_DLIMAGES, DLCTL_VIDEOS, DLCTL_BGSOUNDS]
  35.     UserInterfaceOptions = []
  36.     OnShowContextMenu = EmbeddedWB1ShowContextMenu
  37.     PrintOptions.Margins.Left = 19.050000000000000000
  38.     PrintOptions.Margins.Right = 19.050000000000000000
  39.     PrintOptions.Margins.Top = 19.050000000000000000
  40.     PrintOptions.Margins.Bottom = 19.050000000000000000
  41.     PrintOptions.Header = '&w&bpagina &p van &P'
  42.     PrintOptions.HTMLHeader.Strings = (
  43.       '<HTML></HTML>')
  44.     PrintOptions.Footer = '&u&b&d'
  45.     PrintOptions.Orientation = poPortrait
  46.     UserAgent = 'Matrix Y2K - Update Console'
  47.     ReplaceCaption = False
  48.     EnableDDE = False
  49.     fpExceptions = True
  50.     ControlData = {
  51.       4C0000002D210000290E00000000000000000000000000000000000000000000
  52.       000000004C000000000000000000000001000000E0D057007335CF11AE690800
  53.       2B2E126208000000000000004C0000000114020000000000C000000000000046
  54.       8000000000000000000000000000000000000000000000000000000000000000
  55.       00000000000000000100000000000000000000000000000000000000}
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 323
  60.     Width = 522
  61.     Height = 33
  62.     Align = alBottom
  63.     BevelInner = bvLowered
  64.     TabOrder = 2
  65.     object Button2: TButton
  66.       Left = 209
  67.       Top = 4
  68.       Width = 90
  69.       Height = 24
  70.       Anchors = [akTop, akRight]
  71.       Caption = 'Close'
  72.       TabOrder = 0
  73.       OnClick = Button2Click
  74.     end
  75.   end
  76.   object ActionList1: TActionList
  77.     Left = 234
  78.     Top = 89
  79.     object CloseWindow: TAction
  80.       Caption = 'CloseWindow'
  81.       ShortCut = 27
  82.       OnExecute = CloseWindowExecute
  83.     end
  84.   end
  85. end
  86.